unlzma: fix build of stubdom unsafe decompressors
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 14 Mar 2014 12:07:38 +0000 (13:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 14 Mar 2014 12:07:38 +0000 (13:07 +0100)
commit419c5fb192cac87c0d7eec8d7c349e73c7f2854a
treed4f486da213787cfa1c21ad3e7cd203ad9607d0c
parent2fb930dd374669a7618cd79998975201fc31c745
unlzma: fix build of stubdom unsafe decompressors

c/s b683d68c386 changed the packing attribute on struct lzma_header.  However,
this is 3rd library code used by stubdomains.

Revert the change to lzma_header alone to avoid needless divergence from its
source.

Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/unlzma.c